.accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    color: #fff;
    background-color: #B02535; 
}

.accordion:after {
    content: '▼';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.myImg{
    max-width: 70%;
    padding: 1em;
}

#formPerfil{
    display: flex;
}

.tArea{ width: 100%; }

.categoriasHeader, .marcasHeader{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productosHeader, .marcaHeader{
    padding: 0.5em;
}

.productosHeader a, .marcaHeader a{
    display: flex !important;
}

.productosHeader *, .marcaHeader *{
    display: flex;
    align-items: center;
    flex-flow: column;
    text-align: center;
}

.carousel{
    background: #2f4357;
    margin-top: 20px;
}
.carousel .item{
    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}
.bs-example{
	margin: 20px;
}

.flexCarousel{
    display: flex !important;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.textoHome{
    display: flex;
    flex-flow: column;
    justify-content: center;
    float: initial;
    margin: auto;
}

.identarTexto{
    margin-left: 20px;
}

.wrapperFolleto {
    border: 1px solid #ccc!important;
    border-radius: 5px;
    padding: 15px;
}

.politicList li{
    margin-bottom: 0.5em;
    margin-left: 3em;
} 

.diferenciado {
    margin-left: 2em;
}

#myCarousel img{
    height: 100% !important;
    /* width: 100% !important; */
}
#folletoBanner{
    color: #B02535;
}
/* .img-responsive{
    transition: 0.5s all;
}
.img-responsive:hover{
    transform:scale(1.02);
} */

/* @media screen and (min-width:768){

} */

@media screen and (min-width:1000px){
    .myImg{
        max-width: 85%;
        padding: 0;
    }
}

@media screen and (min-width:1200px){
    #myCarousel img{
        height: auto !important;
        width: 100% !important;
    }
}